ComponentOne ASP.NET MVC Controls
AltStyle Method

C1.Web.Mvc.Fluent Namespace > ChartSeriesBaseBuilder<T,TControl,TBuilder> Class : AltStyle Method
The builder function.
Configurates C1.Web.Mvc.ChartSeriesBase<T>.AltStyle. Sets the alternative style for the series. The values from this property will be used for negative values in Bar, Column, and Scatter charts; and for rising values in financial chart types like Candlestick, LineBreak, EquiVolume etc.
Syntax
'Declaration
 
Public Function AltStyle( _
   ByVal build As Action(Of SVGStyleBuilder) _
) As TBuilder

Parameters

build
The builder function.

Return Value

Current builder.
Remarks
If no value is provided, the default styles will be used.
See Also

Reference

ChartSeriesBaseBuilder<T,TControl,TBuilder> Class
ChartSeriesBaseBuilder<T,TControl,TBuilder> Members